home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / qdhelp10.zip / TPLATE2.QDH < prev    next >
Text File  |  1991-10-05  |  2KB  |  87 lines

  1. //
  2. // template #2 for qdhelp
  3. //
  4. // This is a sample template for use in building
  5. // help files using the QDHELP program.  These
  6. // templates give you the basic building blocks
  7. // to quickly put together a help file for your
  8. // programs.
  9. //
  10. //
  11.  
  12. /topic INDEX
  13.  
  14.     /title Template #2
  15.     
  16.     /para \sa150 \brdrb \brdrth
  17.     /text \b\fs40,Template #2
  18.     /endpara
  19.  
  20.     /para \fi200 \sa150
  21.     This is template #2 for the QDHELP system.  This template
  22.     has a large title with a line under it,
  23.     then an introductory paragraph. Following
  24.     that comes bold topic headings and paragraphs for each
  25.     topic.
  26.     /endpara
  27.  
  28.     /para \sa150
  29.     /text \b\fs30,Topic Heading 
  30.     /endpara
  31.  
  32.     /para \fi200 \sa150
  33.     This is the topic heading paragraph.  It will contain
  34.     information on the topic heading.  Next you will find
  35.     a series of links to the subtopics of this topic.
  36.     /endpara
  37.  
  38.     /para 
  39.     /link SUBTOPIC1,Sub Topic 1
  40.     /endpara    
  41.  
  42.     /para
  43.     /link SUBTOPIC2,Sub Topic 2
  44.     /endpara
  45.  
  46. /endtopic
  47.  
  48. //
  49. // subtopic 1
  50. //
  51.  
  52. /topic SUBTOPIC1
  53.  
  54.     /title Sub Topic 1
  55.     /keywords subtopic1;topic
  56.     /browse subtopic,1
  57.  
  58.     /para \sa150 \brdrb \brdrth
  59.     /text \b\fs40,Sub Topic 1 Title
  60.     /endpara
  61.  
  62.     /para 
  63.     This will be the text for the sub topic 1 information.
  64.     /endpara
  65.  
  66. /endtopic
  67.  
  68. //
  69. // subtopic 2
  70. //
  71.  
  72. /topic SUBTOPIC2
  73.  
  74.     /title Sub Topic 2
  75.     /keywords subtopic2;topic
  76.     /browse subtopic,2
  77.  
  78.     /para \sa150 \brdrb \brdrth
  79.     /text \b\fs40,Sub Topic 2 Title
  80.     /endpara
  81.  
  82.     /para 
  83.     This will be the text for the sub topic 2 information.
  84.     /endpara
  85.  
  86. /endtopic
  87.